MsgBox "You have " & 21 - ActiveLock1.UsedDays & " days left!"
Load frmRegister
frmRegister.Show
End If
Dim hSysMenu As Long
hSysMenu = GetSystemMenu(hwnd, False)
RemoveMenu hSysMenu, SC_CLOSE, MF_BYCOMMAND
Timer1.Enabled = True
frmMain.Visible = False
App.TaskVisible = False
lblDescription.Caption = "Enter the correct password to be on the Internet. You have " & Countdown & " seconds to disconnect, otherwise, the computer will restart and you will lose everything!"
End Sub
Private Sub Picture1_Click()
End Sub
Private Sub Image1_Click()
If IsConnected = False Then
Timer1.Enabled = True
Timer2.Enabled = False
Me.Visible = False
Else
MsgBox "Don't lie, you know you're not off."
MsgBox "For that, the timer time will be cut in half!"